[INFO] fetching crate switchy_p2p 0.3.0...
[INFO] fixing switchy_p2p-0.3.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate switchy_p2p 0.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate switchy_p2p 0.3.0
[INFO] finished tweaking crates.io crate switchy_p2p 0.3.0
[INFO] tweaked toml for crates.io crate switchy_p2p 0.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate switchy_p2p 0.3.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate switchy_p2p 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded switchy_async v0.3.0
[INFO] [stderr]   Downloaded switchy_async_macros v0.3.0
[INFO] [stderr]   Downloaded switchy_random v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 62a46b903e549dff1231aff7538f69b84bc2d020199689aed2af6693d396932e
[INFO] running `Command { std: "docker" "start" "62a46b903e549dff1231aff7538f69b84bc2d020199689aed2af6693d396932e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "62a46b903e549dff1231aff7538f69b84bc2d020199689aed2af6693d396932e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62a46b903e549dff1231aff7538f69b84bc2d020199689aed2af6693d396932e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "62a46b903e549dff1231aff7538f69b84bc2d020199689aed2af6693d396932e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling switchy_async_macros v0.3.0
[INFO] [stderr]     Checking flume v0.12.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking switchy_random v0.3.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking switchy_async v0.3.0
[INFO] [stdout] error[E0432]: unresolved import `switchy_time`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use switchy_time::{instant_now, now};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/time.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub use switchy_time::simulator::with_real_time;
[INFO] [stdout]    |             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `switchy_time`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/sync/mpmc/flume.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use switchy_time::instant_now;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |             now: switchy_time::now(),
[INFO] [stdout]    |                  ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:66:28
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let duration = switchy_time::now().duration_since(*this.now).unwrap();
[INFO] [stdout]    |                            ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:167:46
[INFO] [stdout]     |
[INFO] [stdout] 167 |             let now = system_time_to_instant(switchy_time::now()).unwrap();
[INFO] [stdout]     |                                              ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:215:18
[INFO] [stdout]     |
[INFO] [stdout] 215 |             now: switchy_time::now(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:228:45
[INFO] [stdout]     |
[INFO] [stdout] 228 |         Instant::new(system_time_to_instant(switchy_time::now() + self.interval).unwrap())
[INFO] [stdout]     |                                             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:235:20
[INFO] [stdout]     |
[INFO] [stdout] 235 |         self.now = switchy_time::now();
[INFO] [stdout]     |                    ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:248:24
[INFO] [stdout]     |
[INFO] [stdout] 248 |             self.now = switchy_time::now();
[INFO] [stdout]     |                        ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:254:28
[INFO] [stdout]     |
[INFO] [stdout] 254 |             let duration = switchy_time::now().duration_since(self.now).unwrap();
[INFO] [stdout]     |                            ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:257:54
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 let instant = system_time_to_instant(switchy_time::now()).unwrap();
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `switchy_async` (lib) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "62a46b903e549dff1231aff7538f69b84bc2d020199689aed2af6693d396932e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62a46b903e549dff1231aff7538f69b84bc2d020199689aed2af6693d396932e", kill_on_drop: false }`
[INFO] [stdout] 62a46b903e549dff1231aff7538f69b84bc2d020199689aed2af6693d396932e
